home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zoom 2
/
Zoom - Release 2 (1996)(Active Software)[!].iso
/
misc
/
hdgamesinstallers
/
watchtowerhd
/
watcht-hdinstall
next >
Wrap
Text File
|
1996-03-20
|
3KB
|
118 lines
;$VER: WatchTower hD iNSTALLER enhanced bY tHALER/xTR!
(complete 0)
(message "\nWelcome to WatchTower-HD-Installation\n\n"
"To install the game just follow the instructions\n"
"on the screen.\n\n"
"\n\n-> iNSTAll sCRiPT eNHANCED bY tHALER/xTR! <-\n\n"
"tHIS gAME wAS oRIGINALLY cRACKED bY\n"
"LAzzER! ^ hF\n"
)
(set WT_locate
(askdir
(prompt "Please indicate where you want the WatchTower\n"
"drawer to be located.")
(help @askdir-help)
(default "DH0:Games")
)
)
(set WT_path (tackon WT_locate "WT"))
(makedir WT_path (infos))
(set WT_Dat (tackon WT_path "WT_Data"))
(makedir WT_Dat (infos))
(set @default-dest WT_path)
(set disk_space (getdiskspace WT_path))
(
(
(askdisk
(prompt "Please insert the disk labeled \"WT1\"")
(help @askdisk-help)
(dest "WT1")
)
(copyfiles
(prompt "\n\n\nCopying files from Disk 1")
(source "WT1:WatchTower")
(dest WT_path)
(files)
)
(copyfiles
(source "WT1:")
(dest WT_dat)
(choices "g.OT"
"d.LS")
(files)
)
(Complete 33)
(askdisk
(prompt "Please insert the disk labeled \"WT2\"")
(help @askdisk-help)
(dest "WT2")
)
(copyfiles
(prompt "\n\n\nCopying files from Disk 2")
(source "WT2:")
(dest WT_dat)
(all)
(files)
)
(complete 66)
(askdisk
(prompt "Please insert the disk labeled \"WT3\"")
(help @askdisk-help)
(dest "WT3")
)
(copyfiles
(prompt "\n\n\nCopying files from Disk 3")
(source "WT3:")
(dest WT_dat)
(all)
(files)
)
(complete 99)
(startup "WatchTower"
(prompt "Some commands will be added to your \"s:user-startup\" file.")
(help @startup-help)
(command "assign WT2: \"" WT_Dat "\"\n")
(command "assign WTC: \"" WT_Dat "\"\n")
)
(complete 100)
(message "Installation successfull.\n"
"Enjoy WatchTower AGA.\n"
"You will have to reboot before playing it for the first time.\n\n\n"
"-> iNSTAll sCRiPT fiXED bY tHALER/xTR! <-\n\n"
"tHIS gAME wAS oRIGINALLY cRACKED bY\n"
"LAzzER! ^ hF\n"
"\n!!! iF yOU liKE iT ... bUY iT !!!\n"
)
)
)